I have a sample query
我有一个示例查询
select
x as 1, y as 2 , z as 3
from
table abc, xyz
where
a = x and x = 123
select
I have a sample query
我有一个示例查询
select
x as 1, y as 2 , z as 3
from
table abc, xyz
where
a = x and x = 123
select