SELECT * from MIS_P2P
Side note: A column list is better than *, as it is self-commenting, has no issues if columns are added or change order, and promotes keeping focus on only the columns you actually require. * is best left to exists(), aggregate functions, and ad hoc queries.
In reply to Re: Open a file in append mode
by chacham
in thread Open a file in append mode
by ravi45722
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |