Valid funny queries
1 2 3 4 5 6 7 8 9 10 11 | select the join from join join join using(the, some ) / select some join from left join join right using( some ,the) / select 1 join from join join join join join using(the) on 1=1 / select the some from join where the= some ( the( select some from join ) ,the( select the from join ) ) / |
Little addition
1 2 3 | update two tables set join =2; select join from two tables; select first , second , random from two tables join three tables on 1=1; |
Another one
1 2 3 | select first , case when the= some ( some , some ) then join end true from two tables join three tables using(random); |
β¦.
andβ¦
1 | select random columns from two tables join four tables on the= some ( some , some ); |