Topics
Started by
Posts
Last post
Hi, is there a SQL function that can concatenate values into one column, like this: I have mul…
3 replies
I have two columns in table1 defined as: col_mm_no smallint col_yr_no smallint The value of col_mm_…
12 replies
I have a field that is varchar(10). I need to insert a decimal point after the third characte…
16 replies
Hi, I have the following data that looks like this: Table A: userID version# 13302 …
6 replies
We have a contribution table where people information are input when they contribute... Some people…
15 replies
When I see a command such as this in profiler I understand what it's doing I just have one question…
2 replies
Could you please help me out with a SQL statement? TABLE_A name_col.....rev_no.....order_no.....key…
5 replies
Table Structure DCR ------ CustomerNumber CC PDC EnteredDate FeeGoal FeeSchedule PostedAmount I nee…
3 replies
I have a stored procedures which executes about 20 T-SQL Statements (Insert, Updates, Deletes and S…
2 replies
Hi! I need to pass a TABLE as a parameter to a stored procedure I'm sure this has been asked more t…
2 replies
Hi, I am working with a period dates table which has the following structure.. begdate &…
1 replies
Hi People, I'd really appreciate some help here. When I run a query on one of the DBs I work with, …
2 replies
Hi, I'm pretty new to SQL, not a specific DBA and I'm not sure of the query command to attach multi…
1 replies
I'm trying to figure out how to get my stored proc below to just return the result for COMPUTE only…
8 replies
WHERE (A._LHAND LIKE '%' ||B.COL1||'%' OR A._RHAND LIKE '%' ||B.COL1||'%') what is ' || ' for…
3 replies
Viewing 15 topics - 7,936 through 7,950 (of 17,082 total)
You must be logged in to create new topics.