I need some help, i want to delete one row from my table, let me share my query below
- SELECT TOP (1000) [CourseNo]
- ,[Price]
- ,[Venue]
- ,[CourseDetails]
- ,[Url] // Delete this row only from this table
- ,[Description]
- ,[ZoomUrl]
- ,[CourseInstructor]
- FROM [eNtsaRegistration_2].[dbo].[TrainingAcademy_Courses]