UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old September 28th, 2003, 01:49 PM
mike_test mike_test is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 1 mike_test User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Formatting using AWK, SED, PERL

Hey,

I have a SQL statement as follows :

select tab1.col1, tab2,col2,tab3.col3 from scott.emp where tab1.col1 = tab2.col2 and tab2.col2 = tab3.col3

I need this statement to be formatted as follows :

select
tab1.col1,
tab2,col2,
tab3.col3
from
scott.emp
where
tab1.col1 = tab2.col2
and
tab2.col2 = tab3.col3 ;

1) Tabs inserted for all columns and all keyword like select,from...
2) New Lines after all columns
3) A terminating semi-colon at the end of the etc etc...

Which would be the easy route ? AWK, SED or PERL ?

Thanx in advance !

-Mike

Reply With Quote
  #2  
Old September 29th, 2003, 10:45 AM
Kung Foo Master Kung Foo Master is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 68 Kung Foo Master User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
>Which would be the easy route ? AWK, SED or PERL ?
There is never any contest, Perl is the way to go in every situation I've encountered. Hell, I've practically replaced my shell scripting needs with Perl scripts.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > Formatting using AWK, SED, PERL


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway