Retrieve Current Weeks Record From Database
SELECT
COUNT(*) AS rows
FROM Orders
WHERE YEARweek(ODate) = YEARweek(CURRENT_DATE);
Retrieve last week Record From Database (starting with Sunday)
Retrieve Daily, Weekly, Monthly Record from SQL Server
SELECT
COUNT(*) AS rows
FROM Orders
WHERE YEARweek(ODate) = YEARweek(CURRENT_DATE – INTERVAL 7 DAY);
Last Retrieve last month Record From Database
SELECT
COUNT(*) AS rows
FROM Orders
WHERE
SUBSTRING(ODate FROM 1 FOR 7) =
SUBSTRING(CURRENT_DATE – INTERVAL 1 MONTH FROM 1 FOR 7);
For more project Ideas visit http://www.bestprojectsidea.com/
For Source code of all projects visit https://www.studentprojectguide.com/
POPULAR PROJECTS
-
Office automation system
-
STUDENT MANAGEMENT SYSTEM
-
Inventory management System
-
JAVA based Hospital Management System
-
Online Voting System
-
Send and Receive SMS in .NET using GSM modem
-
Employee Payroll and Attendance Management System
-
Online Hostel Management System
-
Online Courier Management System
-
College Management System
-
Hostel Management system using Oracle Database
-
Web based project management system
-
Online Hotel reservation system
-
Point of Sales and Inventory System
-
Sales and Inventory management system
-
Electronic Shop Management System Complete Project
-
Online Job Site Report
-
ASP.NET Online Air ticket Reservation System
-
Sales and Inventory Management System
-
Payroll Management System
POPULAR PROJECTS
-
Project synopsis format
-
Medical Store Inventory System in C++
-
Courier Management System
-
Online Air Ticket Booking system
-
Employee and Payroll System
-
Student Management System
-
Hostel Management system using Oracle Database
-
Mobile Showroom Billing and Inventory Management System Project Synopsis
-
AirTicket and Hotel Reservation System
-
How to run Online banking script
-
Inventory Management System
-
ASP.NET Online Air ticket Reservation System
-
Library Management System
-
Inventory management System
-
Hospital Management System in JAVA
-
Shopping Website with Payment Gateway
-
Synopsis Format
-
STUDENT MANAGEMENT SYSTEM
-
Library management system project in JAVA
-
Inventory Management System using C++
-