Search found 1 match

by itsmeagain
Fri Jul 15, 2011 2:21 pm
Forum: Databases
Topic: Linking sequences with tables
Replies: 1
Views: 1352

Linking sequences with tables

hello, Im using php and postgresql in order to create dynamic sequences and tables but I'm not sure how to link the table to the sequence. Any idea how? if($_REQUEST['fieldid'] == ''){ if ($seq = $adb->pquery("CREATE SEQUENCE cust_".$columnName."_seq INCREMENT BY 1 MINVALUE 1000 MAXVA...