Enter Keywords:
1 - 10 of 102(0.014 seconds)
Sort By:
 
I have a problem with a select query that has several criteria in that it is too complex. When I use SQL view it is ridiculously long. See Q_20786317. I understand from stevbe that it is possible ...
Zones: MS AccessDate Answered: 01/02/2004 Rating: 6.8 Views: 0
my table look like this ....code............amount.........check........val ....1311............10.00.............0.............100 ....1391............10.00.............22.............160 .......
Zones: OracleDate Answered: 06/02/2005 Rating: 9.0 Views: 0
Hello Experts, Have what I think is a tough one, though maybe not for some people here. I have a table, named Customer_Orders. In that table are a number of fields, but the ones I am concerned...
Zones: MS AccessDate Answered: 04/19/2005 Rating: 8.2 Views: 0
Hi,   Take a look at the sample data from my table. SER_ID     Date                          ID_WO                                     7930022      9/9/04 14:10      9767619 7930022      9/2/04 7:51      924268...
Zones: Oracle Product InfoDate Answered: 06/21/2005 Rating: 8.2 Views: 0
Please read this in fully to understand what I want really. Is a hotel room renting program. I have this basic Query : SELECT GroupeRotationId FROM GroupeRotation WHERE RotationId = 19 Result...
Zones: MS SQL ServerDate Answered: 04/14/2006 Rating: 9.4 Views: 0
Hi guys, I have a table, and a query, both holding some information, and I now need to create a third query. Information: Table name: tblPort_Link Query name: AutoChain:2 Union new Que...
Zones: MS AccessDate Answered: 09/06/2006 Rating: 5.8 Views: 0
Okay, I have one table that tracks page views for each visit on a web site.  Each time a new user comes in, it creates a "visit_id" in table visits and each time a page is viewed it created a "p...
Zones: DatabasesDate Answered: 06/10/2007 Rating: 7.6 Views: 0
I need to write an MS SQL Query that will select invoices by customer where within a customer record, only invoices that have a later invoice date and a smaller balance display. I am doing this...
Zones: SQL Reporting, SQL Syntax, MS SQL Serv...Date Answered: 05/01/2007 Rating: 9.0 Views: 0
I need to run a query to find out if 413 records are in a table based on the pdf_name field. Could someone provide syntax on how to do that?
Zones: Oracle 9.xDate Answered: 05/30/2007 Rating: 6.0 Views: 0
I am trying to make this query to find the total commissions earned for a charity.  Here's my table structure for the 2 concerned tables: CREATE TABLE `registered_users` (   `user_id` int(8) ...
Zones: MySQL Server, DatabasesDate Answered: 04/24/2007 Rating: 7.8 Views: 0