gapt3k Posted April 25, 2007 Share Posted April 25, 2007 how the way to make database n table in postgre? plzzz someone teach me to use postgresql... Link to comment https://forums.phpfreaks.com/topic/48575-how-to-use-postgre/ Share on other sites More sharing options...
the_oliver Posted April 29, 2007 Share Posted April 29, 2007 Quite a lot to ask!! with very little info! Have you got a database? Whats your previous experience. Are you trying to do it through a comand line? if so type "\?" and it will get you started. Alternitivly you could set up phMyAdmin. Works in a very simmilar way to phpMyAdmin. If you just want to a query to add a table: CREATE TABLE tablename (colloum type). There are loads of tutorials out there. If you know any SQL already the queirys are very simmilar to anything else. Hope that helps alittle. Link to comment https://forums.phpfreaks.com/topic/48575-how-to-use-postgre/#findComment-241048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.