| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | March 1 2000 12:46pm |
| Subject: | Re: hex constants? | ||
| View as plain text | |||
At 6:30 PM -0600 2000-02-29, Skip Montanaro wrote: >This doesn't seem to work: > > SET INSERT_ID = 0x90000000; > >(I get a syntax error), but this does: > > SET INSERT_ID = 268435456; > >Any reason why not? As far as I can tell, I can't use the 0x90000000+0 hack >because only values can be given on the RHS of a SET statement (phooey...). What version of MySQL are you running? It might be too old to understand hex constants. -- Paul DuBois, paul@stripped
| Thread | ||
|---|---|---|
| • hex constants? | Skip Montanaro | 1 Mar |
| • Re: hex constants? | Paul DuBois | 1 Mar |
| • Re: hex constants? | Skip Montanaro | 1 Mar |
