代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/303209/3814491

sql spdeleteorderdetails.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814492

sql spinsertorder.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814493

sql spupdateinventory.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814494

sql spupdateorder.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814495

sql spdeleteorder.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814496

sql spupdateorderdetails.sql

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: -- Create date: -- Description: --
www.eeworm.com/read/303209/3814516

sql updateorderdetail.sql

UPDATE Orders SET CustomerId = @CustomerId, DeliveryDate = @DeliveryDate, OrderState = @OrderState WHERE OrderId = @OrderId
www.eeworm.com/read/303209/3814517

sql updatesignature.sql

UPDATE Orders SET Signature = @Signature WHERE OrderId = @OrderId
www.eeworm.com/read/303209/3814518

sql getidentity.sql

SELECT @@IDENTITY
www.eeworm.com/read/303209/3814519

sql getcustomers.sql

Table:Customers