| Thread | Last Post | Replies |
|
| How to Join a table with Other (result) Tables ? Complex one ! | 31 Aug 2005 12:42 GMT | 5 |
Here is the situation Table 1 : tbl_documents docID docName 1 aaa
|
| Query needs to loop? | 25 Aug 2005 23:13 GMT | 1 |
Is this possible? A char variable length field contains this data: (for example) ABC,XYZ,GEF,CAB I need to query another table on the contents of each of these names that
|
| Where and Union Clauses | 25 Aug 2005 22:47 GMT | 1 |
I am having a little problem creating this query. I have a stored procedure that accepts 4 parameters. One of the parameters tells the query which column to sort on. Select
|
| Ordering Results | 25 Aug 2005 06:15 GMT | 1 |
I have a result set that returns Loctation Codes. Each location code is the following format: [Letter][2 Digit Number]. For example, A10
|
| Column description | 23 Aug 2005 07:08 GMT | 1 |
Is it possible to add a column description when creating a table? An example would be great.
|
| GROUP BY's on 3 tables in one SELECT? | 22 Aug 2005 11:51 GMT | 4 |
Hi there, I'd like to ask you for help with following: having 3 tables: T1 (Person_ID, Product_ID, Costs) T2 (Person_ID, Product_ID, Balancies)
|
| how to write query | 19 Aug 2005 20:45 GMT | 1 |
I have a table with the fileds empid,empname,designation,branch.. etc I have 5 types of designations CEO,BM,PL,Tester,and PRG and the two branches those are Hyderabad and Visakhapatnam i need the query like first CEO name next Hyderabad BM Name next Hyderabad PL name next ...
|
| Having a stored procedure copy tables & also preserve indexing/sch | 18 Aug 2005 19:52 GMT | 3 |
I created a stored procedure that renames a table to OLD_xxxxx and replaces that table with another (copy) that resides on a different database. I pull the tablename names through the use of a cursor table and construct a SELECT INTO
|
| Query help ! | 17 Aug 2005 05:49 GMT | 3 |
I'd like to display the result of this query in percentage: SELECT SYS.Client_Version0, SYS.Client_Type0, count(*) as 'Count' FROM v_R_System as SYS WHERE SYS.Client0=1
|
| Query returning multiple rows | 12 Aug 2005 16:43 GMT | 2 |
I have a query that returns back rows that have multiple entries for a given UniqueID. I want the query to be expanded so that it then only returns 1 of the multiple rows based on the maximum date. Thefore, my return set looks like this:
|
| TABLE Joins Problem | 11 Aug 2005 20:18 GMT | 2 |
I have two sets of Data. For example Sales And Purchasing. SALES(ISAL) PURCHASING(IPUR) -------------------------------
|
| Extracting Latest Date | 11 Aug 2005 03:25 GMT | 2 |
I have a db which stores all my sales transactions. The task is to extract the buy price(price) for each item(ItemCode) where the date is the latest for each item. For Example:
|
| EXEC (select... ) problem Help! | 09 Aug 2005 04:35 GMT | 2 |
How can I get this to work? declare @WkEmpID declare @sql varchar(1000) set @sql = 'select distinct @WkEmpID = EmpID from Employee'
|
| Find Duplicate Data | 03 Aug 2005 20:56 GMT | 1 |
Can someone help me to build a query base on : SELECT Full_Name,FLT_ID, FLT_DT_ID,PNR_ID Where Full_Name,FLT_ID, FLT_DT_ID is duplicate in the same table Thank You very much
|
| Query Help | 01 Aug 2005 15:03 GMT | 2 |
Here is what I am trying to do. I need to query a table like this: SELECT PROPERTYTYPE, INDUSTRY, ORGNAME FROM ORGANIZATION
|