Like Sybase and MS SQL we can create stored procedure like the following.
create proc myproc
as
begin
select * from mytable;
end
What is your ideal solution? What are you looking for?
This would simplify coding and would multiple rows with simple queries.
What version(s) of MemSQL or related tools is this affecting?
We are using 7.3