sql
Sql
code posted
by
tester
created at 05 Apr 17:58, updated at 24 May 15:57
Edit
|
Back
1
2
3
4
5
6 |
select aaa, bbb,
from my_table
where column1='fdfdfd' and column2 like 'dfsds%'
group by column3
having sum(column4) > 34
order by aaa desc
|
146 Bytes in 2 ms with coderay