Search Results

Search: Posts Made By: a.suryakumar
3,338
Posted By a.suryakumar
search and replace
i have the following create table definition ,the shell script has to search for the first column name of the create table definition in the file and explicitly add primary index (first column name)...
1,365
Posted By a.suryakumar
request
sorry .. as iam not not getting how to start a new thread,i have mailed you.

could you please let me know ho to start a new thread,so that i can post my request
1,365
Posted By a.suryakumar
help
could you please help :

i have written script to search the for PRIMARY INDEX and if found display the whole definition of create table:


ISSUE NOW IS:

to store the table name in a variable...
1,365
Posted By a.suryakumar
Help in Perl
could you please help :

i have written script to search the for PRIMARY INDEX and if found display the whole definition of create table:


ISSUE NOW IS:

to store the table name in a variable...
2,285
Posted By a.suryakumar
get table name from create table definition
i have the following create table definition :

ct t15(
c1 varchar(32000),
c2 char(32000),
c3 int);

i have to store the table name in a var and serach for update and show table on that table...
2,285
Posted By a.suryakumar
hi, i have modified it like this : ...
hi,

i have modified it like this :

list_files()
{
if [ -f $1 ]
then echo $1; return;
fi

cd $1
echo; echo "Processing---> `pwd`:"; #Display Directory name

for i in *
do
if test -d...
2,285
Posted By a.suryakumar
hi
actually my requirement is :

i have to search the create table definition in all the files and print the create table definition starting from CREATE TABLE to ;
2,285
Posted By a.suryakumar
help in script modification
i have the following perl script.but it searches for a given filename.

i want to run the same script in my directoy which has subdirectories too and it has to display the file if sreach satisfies...
2,300
Posted By a.suryakumar
actually it has to search the whole create table...
actually it has to search the whole create table definition if found

starting from CREATE TABLE ....... to ;

Example:

if the contains :

CREATE TABLE Table1, FALLBACK
(col1 CHAR(4),
...
2,300
Posted By a.suryakumar
i want create table definition also: List...
i want create table definition also:

List out the file names which has “create table upto ; “ even if it's in next line.
List out directory found and the file name which satisfied the above...
2,300
Posted By a.suryakumar
i have tried with grep like this didn't help my...
i have tried with grep like this didn't help my requirement
Requirement:

check for the table definition which does not have "primary index" as in example in the whole directories which has...
2,300
Posted By a.suryakumar
search in shell
The script should check the entire create table definition upto ; and list out the test suite names which does not primary index in the definition.

Example:
main directory which has subdirectries...
6,709
Posted By a.suryakumar
similar issue
The script should check the entire create table definition upto ; and list out the directories names which does not primary index in the definition.

Example:
main directory which has...
2,441
Posted By a.suryakumar
help
The script should check the entire create table definition upto ; and list out the test suite names which does not primary index in the definition.

Example:
main directory which has subdirectries...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 11:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy