I HAVE TWO TABLES: Sales and Item_Details
Sales
Sl_No,
Item_No,
Price,
Qty,
Date_of_sale
Item_Details
Item_No,
Item_Name,
Price,
QOH
I have two questions : 1/How to export an error when entering the value in Qty column in the table Sales greater value in the column in the table QOH Item_Detail (Use trigger)
2/Create an index Fulltext index on Sales table and use freetext for comments from the 'Lux' in the 'Item Name'
Please, help me! Thanks everyone very much!