Select Records Beginning With Certain Letter


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT * FROM cards WHERE last_name LIKE 'A%'

Report this snippet


Comments


You need to login to view comments.