Advertisement

1 - 6 of 6 containing alltags:("Query or Stored Procedure") (0.001 seconds)
I have 2 stored procedures one that selects the column and the other to insert. My select is no problem but to insert is the tricky part. basically I know how to insert but to insert for example...
Zones: Visual Studio, Visual Basic, MS Vi...Date Answered: 04/10/2008 Grade: C Views: 0
I am trying to get a stored p to return the result of the following query.  There's my sp syntax, i get a 1064 at line 3.  This query works just fine stand alone in query browser. DELIMITER $$...
Zones: MySQL ServerDate Answered: 04/07/2006 Grade: A Views: 0
Background: I have two tables (there are no keys on either table) Table A has columns Acct Num, Inv Num, Inv Date       Example:  123, 9998, 2007-01-01                        224,1010, 2007-02-...
Zones: SQL Syntax, MySQL ServerDate Answered: 02/19/2008 Grade: A Views: 0
I have two tables, one contains sales and another credits. Example:  Sales:                  Acct #      Inv Date           Item Num      Qty         Unit Price      Vendor ID     Desc        ...
Zones: MySQL Server, SQL Server 2005, SQLBaseDate Answered: 02/27/2008 Grade: A Views: 0
SELECT S.*   FROM Credit C       INNER JOIN       Sales S ON (C.[Acct num] = S.[Acct num] AND                        C.[Item Num] = S.[Item Num] AND                       ABS(C.[Qty]) > ABS(...
Zones: MS SQL Server, MySQL ServerDate Answered: 04/26/2008 Grade: A Views: 4
I need to create a query or a stored procedure that will return all the time entry records for all employees - even if the employee didn't record time for the given day.   Time_Table * Employee...
Zones: MS SQL Server, Databases, SQL SyntaxDate Answered: 05/26/2008 Grade: A Views: 4
  • 1