Viewing 15 posts - 31 through 45 (of 47 total)
I am thinking, if the application could replace all the single quotes in the sql string into a rarely used character before passing in the string. In this case,...
August 21, 2003 at 9:39 am
Sorry, I don't get it. Can you give me more explicit explanation for how should I solve this problem?
Thanks,
AC
August 21, 2003 at 9:18 am
Thank you for all of you who response to me or trying to help me for a solution. I applied the suggestion by Tom Brattin and reconstruct my sql...
August 5, 2003 at 9:51 am
Sorry Mathuar, your suggestion returned more than 49 thousands rows of records. Thanks for your response anyhow. I am still trying to be creative for finding a solution.
...
August 5, 2003 at 9:30 am
Many thanks for you guys response. I tried your suggestions but they are not returning what I am looking for either; they all returning 4 rows but I am...
August 5, 2003 at 8:26 am
Yes, you are right. However, I cannot binding the return value using TOP 2. This statement expected to return 2 rows because of the current data set and keys...
August 1, 2003 at 2:34 pm
For this particular keys, the expected result should be 2 rows (NOT 4 rows). The Oracle sql statement will further filter out by picking the max time_stamp. Therefore,...
August 1, 2003 at 1:40 pm
Thanks jpipes but it is not returning the correct result. May be I should include the exact Oracle statement for a reference.
-- Oracle:
SELECT T1.*,T11.PROPERTY_ID,T11.FACILITY_ID,T11.GROUP_ID,T11.WELL_UWI,T11.RESERVECAT_ID
FROM PSSL_T_REVISION_HISTORY T1,
PSSL_RESERVE_ENTITY T11,
PSSL_REVISION_CATEGORY T2
WHERE T1.PROJECT_ID =...
August 1, 2003 at 1:26 pm
May be my messages are not clear enough. What I am trying to do is a stored procedure (sp) returns a cursor, and the calling sp gets the returned...
May 7, 2003 at 10:16 am
For this example, I only have 2 columns in my returned cursor. The fetch statement is matching to the select list but I only wanted to take the value...
May 7, 2003 at 10:05 am
Thanks Allen for your quick response.
1). I am using SQL Server 2000. So I should able to drop the columns in this case, isn't it?
2). I use Query Analyzer's...
May 6, 2003 at 11:51 am
Thanks for you guys. The suggestion from BrendonSmith works for me. Again, I am very appreciated for you guys response.
AC
February 25, 2003 at 8:35 am
Thanks Gregj,
I tried to run your recommended sp; however, it seems to me that this sp doesn't meet my requirement for returning all table names that reference to constraint for...
February 24, 2003 at 3:25 pm
I got it. It's cool! Even though it is not as convenience as in Oracle, it is definitely better than search for all of my sps and update...
November 6, 2002 at 9:53 am
Viewing 15 posts - 31 through 45 (of 47 total)