Browse Source

oef2

master
willy vervest 2 years ago
parent
commit
cf778517f3
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Exec_2.sql

+ 8
- 0
Exec_2.sql View File

@@ -0,0 +1,8 @@
SELECT CONCAT(vendor_contact_last_name,vendor_contact_first_name) AS full_name
FROM vendors
WHERE vendor_contact_last_name < 'A',
vendor_contact_last_name < 'B',
vendor_contact_last_name < 'C',
vendor_contact_last_name < 'E'
ORDER by vendor_contact_last_name,
vendor_contact_first_name;

Loading…
Cancel
Save