Enter Keywords:
1 - 10 of 205(0.003 seconds)
Sort By:
 
Whether it is possible to pass a parameter for a procedure , so that inside the procedure body i will sort based using the parameter ( using order by Clause ) , becoz in many reports procedures , f...
Zones: DatabasesDate Answered: 02/19/2004 Rating: 7.0 Views: 0
Help,          I need to know if there is a command that will tell oracle to disregard the rest of an sql statement, I know the -- command tells oracle the disregard the rest of a line, is there ...
Zones: OracleDate Answered: 11/22/2006 Rating: 9.4 Views: 0
We have a single denormalized table with a lot of blank fields data.. We'd like to generate a report listing all the distict categories (MOE_Code) and the number of blank InternalValue records for...
Zones: SQL SyntaxDate Answered: 05/05/2009 Rating: 9.0 Views: 0
I have SQL code where the field [Category2] below displays a 1 a 2 or a 3.  What I would like is to display is a more clear description of each.  Ex: Test1, Test2 or Test3. How do I do that? WHEN...
Zones: SQL SyntaxDate Answered: 08/13/2009 Rating: 8.4 Views: 0
Can the code below be expressed in plain SQL? if ( numberVariable > 0 && numberVariable <= 1000 ) {      letterVariable = 'A'; } else if ( numberVariable > 1000 && numberVariable < 2000 ) { ...
Zones: DatabasesDate Answered: 09/10/2003 Rating: 7.2 Views: 0
Hi all,          I have just recently decided to upgrade my Database from Access 2000 to SQL Server 2000. But before updating I want to know what I will need to change in my code..... Will it be ...
Zones: VB DBDate Answered: 08/11/2004 Rating: 7.6 Views: 0
How do I convert this select statement into VB Code in Access. SqlStr = “SELECT OrderDetails.PartNumber, Sum(OrderDetails.Quantity) AS SumOfQuantity FROM OrderDetails GROUP BY OrderDetails.Par...
Zones: MS AccessDate Answered: 12/13/2004 Rating: 8.0 Views: 0
This is a SQL question, but it is in my asp code, so I will post it here. In my asp code, an include file is called to insert rows into the database. A new row has been added to this table, the va...
Zones: OracleDate Answered: 10/20/2004 Rating: 7.6 Views: 0
What does it mean when asked "Is all code inline sql in your application?"  I am building a VB.NET application that stores into MS Access, and has not queries.
Zones: .NETDate Answered: 05/10/2005 Rating: 9.8 Views: 0
I have problem with this query the column calendar is a datetime field how do i modify this query? select calendar_dt , calendar_yr , calendar_mth , calendar_dy , ( case ( calendar_dt % ...
Zones: DatabasesDate Answered: 05/12/2005 Rating: 9.0 Views: 0