=Count([FirstName]);]
Amadaeus
In order to select a column named FirstName from a table named Persons, you should run the following MySQL query:SELECT FirstName FROM Persons
mujhay pata hota to main is web par kion ata bhai
=Count([FirstName]) By Kole G
SELECT * FROM Persons WHERE FirstName='Peter'
SELECT * FROM Person ORDER BY FirstName DESC
john ---- ---- ----
To perform this task, type in the following:SELECT * FROM Persons WHERE FirstName LIKE 'a%'
select * from table_name where firstname = 'peter' AND lastname = 'jackson'
Yuri
FirstName LastName, PMP