entering data in sql vew

As far as I understand them, you can't insert values into a view. They are the result of one or more tables combined.
 
AFAIK you can only enter one statement at a time in SQL view, so you're limited to adding one row at a time.

Why do you actually want to do this anyway?
 
Back
Top Bottom