![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Double quotes or single quotes when using ssh? | password636 | Shell Programming and Scripting | 3 | 05-29-2008 08:52 PM |
| awk to print ' (single quotes) | orahi001 | UNIX for Dummies Questions & Answers | 2 | 03-11-2008 04:30 PM |
| Help Please. Need to add quotes to o field | tjbopp | Shell Programming and Scripting | 13 | 02-10-2006 04:52 PM |
| I want the output within quotes | gopskrish | UNIX for Dummies Questions & Answers | 5 | 06-24-2005 10:17 AM |
| quotes | wannabe_guru | UNIX for Dummies Questions & Answers | 4 | 04-12-2004 09:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to put quotes ina .sql file
Hi i am new on Unix..........
I have to write a ddl and for tables and I am using single quotes in the comment for the table and its column...........but when i see on the unix server the ' dont show . e.g. DROP TABLE DMR_PURGED; CREATE TABLE DMR_PURGED ( HEALTH_SERVICE_ID NUMBER(20) NOT NULL, HEALTH_SERVICE_ITEM_NO NUMBER(2) NOT NULL, SYSTEM_CD VARCHAR(2) NOT NULL, PURGED_DT DATE NOT NULL, REC_CREATE_TIMESTAMP DATE NOT NULL ); COMMENT ON TABLE DMR_PURGED IS 'This stores purged member claims from PBS'; COMMENT ON COLUMN DMR_PURGED.HEALTH_SERVICE_ID IS 'Health Service ID'; COMMENT ON COLUMN DMR_PURGED.HEALTH_SERVICE_ITEM_NO IS 'Health Service Item Number'; COMMENT ON COLUMN DMR_PURGED.SYSTEM_CD IS 'System Code'; COMMENT ON COLUMN DMR_PURGED.PURGED_DT IS 'Purged Date'; COMMENT ON COLUMN DMR_PURGED.REC_CREATE_TIMESTAMP IS 'Record Create Timestamp'; CREATE OR REPLACE TRIGGER TRG_DMR_PURGED_TS BEFORE UPDATE OR INSERT ON DMR_PURGED FOR EACH ROW BEGIN the comment line quotes either dont show or comes out as special character........plz help |
|
||||
|
Quote:
thats the whole problem......i m trying to edit it via Vi editor on unix and it doesnt let me edit. so i making the changes ona notepad and FTP on unix....it still gives special characters in place of quotes |
|
||||
|
Quote:
What are the files attributes, is it read-only? How does vi complain? What about nano, emacs or any other editor you have? What about a text editor running under "X"? What languages/code pages/character sets etc is your Windows box using? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|