![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 65 thousand dollar question | mud | What's on Your Mind? | 10 | 10-22-2005 10:35 AM |
| join two lines when the second line contains "US DOLLAR" | powah | Shell Programming and Scripting | 2 | 10-21-2005 03:30 PM |
| Sum Dollar Amounts | lesstjm | Shell Programming and Scripting | 7 | 09-09-2005 01:26 PM |
| Microsoft Pays top Dollar for UNIX Adword on Google | Neo | What's on Your Mind? | 1 | 02-02-2005 10:24 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
using $ dollar symbal as text
All,
How can I get unix to handle the symbol $ as text rather than thinking its a variable value. e.g When calling a sql script from unix: exec SQL_PACKAGE('OPS$JOHN.EMP') where OPS$JOHN is the owner of the table ($JOHN is not a variable!) Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You might have to experiment but either " ", or ' ' around the whole variable may do it, or, try a \ before the $.
|
||||
| Google The UNIX and Linux Forums |