Re: SQL problem : how to use id thats autoincremented in statement

2007-08-13 Thread Carl Karsten
[EMAIL PROTECTED] wrote: > hi all, > > i have a problem with the current project i am working on.actual thr's > a table X with a field ID(autoincrement) and a field named HASH.which > is md5 of the id.now should i have to make two queries ..first one to > find out whats going to be next id and t

SQL problem : how to use id thats autoincremented in statement

2007-08-13 Thread [EMAIL PROTECTED]
hi all, i have a problem with the current project i am working on.actual thr's a table X with a field ID(autoincrement) and a field named HASH.which is md5 of the id.now should i have to make two queries ..first one to find out whats going to be next id and then insert the hash of it ..or there