Skip to content
Advertisement

inserting data from another project table in BigQuery

I’ve created two table , “conversion_log_” on project1 and “test_table” on project2 in Google bigQuery. I have been trying to select and insert data from conversion_log_ to test_table . I want to transfer orderid(STRING) of conversion_log_ whose pgid and luid matches pgid and luid in test_table but I got this error “Unrecognized name: hitobito_test at [6:10]” . I’m sure my tablename is correct. I can’t get the cause of this error . Could anyone tell me ?? sorry I’m beginner at BigQuery so if I oversight something , Please let me know .

If I add prijectname like below , I got this message “Syntax error: Expected end of input but got identifier “hitobito_test” at [6:33]”

Advertisement

Answer

Please try this:

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement