Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
232 views
in Technique[技术] by (71.8m points)

sql - Getting an error with a period should be between alias name and period?

I totally thought I was over the SQL hump but still getting issues! So my code is here for example:

create volatile table final_pull as ( 
Select Distinct 
a.id

a.id_2

a.id_3

b.kd

b.kd_1

From table1 as A
Left Join table2 as B
 

from 
) with data on commit preserve rows 

(I'm not on my work computer so I'm blanking on the actual ending for this lol)

My apologies! I definitely wrote this too late and didn't even realized till I got the comments. My mistake. So the issue was that I was getting an error saying that I needed a ( between A and .

Thank you!

question from:https://stackoverflow.com/questions/65855986/getting-an-error-with-a-period-should-be-between-alias-name-and-period

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...