Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: # mean?
Peter wrote:
> The statement "select * from myTable where id=#". Can you tell me
> what is id=# mean?
Nothing. It will give an "ORA-00911: invalid character" response when use in Oracle.
The hash sign is likely the placeholder used for a literal or number in the text you are reading, saying something like "replace the hash sign with the required literal/numeric".
-- BillyReceived on Tue Jun 17 2003 - 04:20:59 CDT
![]() |
![]() |