Re: [RBASE-L] - Limit command does not work as documented

2023-11-09 Thread rkcorea
> [image: image.png] >>>> Thanks for your assistance, Bruce. >>>> Rohan Corea >>>> 818-451-6705 <(818)%20451-6705> >>>> www.linkedin.com/in/rohancorea >>>> >>>> >>>> On Mon, Nov 6, 2023 at 2:18 PM Bruce Chitiea

Re: [RBASE-L] - Limit command does not work as documented

2023-11-08 Thread Charles Stevens
gt; Thanks for your assistance, Bruce. >>> Rohan Corea >>> 818-451-6705 <(818)%20451-6705> >>> www.linkedin.com/in/rohancorea >>> >>> >>> On Mon, Nov 6, 2023 at 2:18 PM Bruce Chitiea >>> wrote: >>> >>>>

Re: [RBASE-L] - Limit command does not work as documented

2023-11-07 Thread baue...@gmail.com
05> >> www.linkedin.com/in/rohancorea >> >> >> On Mon, Nov 6, 2023 at 2:18 PM Bruce Chitiea >> wrote: >> >>> Rohan, try: >>> >>> SELECT ALL FROM customer *WHERE* LIMIT = 5 >>> >>> Bruce >>> >>> >>

Re: [RBASE-L] - Limit command does not work as documented

2023-11-06 Thread Charles Stevens
rea > > > On Mon, Nov 6, 2023 at 2:18 PM Bruce Chitiea > wrote: > >> Rohan, try: >> >> SELECT ALL FROM customer *WHERE* LIMIT = 5 >> >> Bruce >> >> >> -- Original Message -- >> From rkco...@gmail.com >> To rbase-l@g

Re: [RBASE-L] - Limit command does not work as documented

2023-11-06 Thread rkcorea
ALL FROM customer *WHERE* LIMIT = 5 > > Bruce > > > -- Original Message -- > From rkco...@gmail.com > To rbase-l@googlegroups.com > Date 11/6/2023 2:12:25 PM > Subject [RBASE-L] - Limit command does not work as documented > > I am using the Concomp database as

Re: [RBASE-L] - Limit command does not work as documented

2023-11-06 Thread Bruce Chitiea
Rohan, try: SELECT ALL FROM customer WHERE LIMIT = 5 Bruce -- Original Message -- From rkco...@gmail.com To rbase-l@googlegroups.com Date 11/6/2023 2:12:25 PM Subject [RBASE-L] - Limit command does not work as documented I am using the Concomp database as an example. The following

[RBASE-L] - LIMIT command does not work as documented

2023-11-06 Thread rkcorea
My apologies for the earlier,incomplete message. I am using the Concomp database as an example. The following statement does network select all from customer limit 5 However, if I use orderby clause before limit, it works browse all from customer order by CustID limit 10 Is it a bug?

[RBASE-L] - Limit command does not work as documented

2023-11-06 Thread rkcorea
I am using the Concomp database as an example. The following statement does network select all from customer limit 5 However, if I use orderby clause before limit, it works browse all from customer order by CustID limit 10 Is it a bug? Rohan Corea 818-451-6705 www.linkedin.com/in/roha