summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/hql
blob: 5a344d809382e96dd0c9ac45500e8034ba8abc22 (plain)
1
2
3
4
5
SELECT e.first_name, e.last_name, d.department_name
FROM   employees e
JOIN   departments d ON e.department_id = d.department_id;

update `table` set name='abc', date=${date}, test_interpolation="${var1}.${var2}" where xyz is null;