Hi all
I am a student in a mySQL/Php class where we are learning on PHPmyadmin but the book shows all the examples in the command line format. The problem is a lot of tiny things that I wouldn’t know as a student, are not the same in PHPMyADMIN interface . My current task is select data. I can do this by selecting all rows, or by selecting ONE row. The next thing to learn is how to Select more than one row in limited results. The book says SELECT first_name, last_name From users;
I know that I do not put in the semicolon, but ommitting and hitting go still gives me an error.
I am in SQL Tab and I get this from SELECT TAB:
SELECT * FROM users
WHERE 1
exactly what do I write to select first_name and last_name From users using PHP my Admin SELECT Tab? My version is 3.5.3. I did order a book on Amazon as I am not finding a lot of resources for PHPmyAdmin online. THANK YOU in advance.