vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm some what new learning PSQL on my own and have some questions...I've been trying to create a table following the directions of a book that says to create a table with these commands: CREATE TABLE hobbits( fname varchar (20) lname varchar (20) ssn int; First it gives me an error of "line 42" for lname....if I chop that line out...it says there's an error with ssn. I really don't have a clue what these things mean. I've also tried going on only to see some documentation on PSQL at http://postgresql..org and got a little help there but how would one just be able to create a simple table with two records...and also be able to get values into those records...then display the values put into to the tables records?? Also, what is "modtime"? Please, go easy on lingo I'm a newbie...and thanks in advanced for any responses. SMC |