Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vulture
Starting Member
5 Posts |
Posted - 2001-09-04 : 09:33:20
|
| hi, im trying to build a Querie on ACCESS to return all the users that have birthday on specified month.i cant figure out the SQL correct Select for this.can anyone help me?PARAMETERS [date] DateTime;SELECT User.UserName, User.BirthDayFROM User;if tryed alot of thing but either i get error or it doesnt work.thxVulture, TheNetRyderConfig( Win2000,IIS,UD4, ASP,SQL200) |
|
|
|
|
|