Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … above conversation, generate a search query to look up in order to get information relevant to the conversation") ]) history_retriever_chain = create_history_aware_retriever… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. …) will discover challenges and face delusions on some aspects, in order to re-evaluate our expectations from AI, and **maybe AGI… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner ….com and wants to submit an online submission form. In order for me to receive that submission, the user would have… I created for them on the online submission form in order for me to receive it. To me, this scenario seems… Re: This is me venting Community Center Meta DaniWeb by Dani … have the level of clout that we used to in order to attract interviewees like [Steve Wozniak](https://www.daniweb.com… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …, only end in a domain that I own. Furthermore, in order for a submitter to get a real email address ending… How NOT to do business online Digital Media Digital Marketing by Reverend Jim … range of products and seem reputable. However, on completing my order I found that my payment options were limited to * shoppay… buyer I was offered a 10% discount on my first order. They emailed me the discount code. Entering the code on… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 … above conversation, generate a search query to look up in order to get information relevant to the conversation") ]) history_retriever_chain = create_history_aware_retriever… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … some new issues. Here goes. In order to download PHPMailer, must download Composer. In order to install Composer, need a Command Line… provider, 1 & 1/Ionos since 2011. They said in order to get a Command Line PHP.exe file, requires SSH… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 …;and just messed within them; I didn't make an order in your code;just found some places and changed it… Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. Re: How NOT to do business online Digital Media Digital Marketing by rproffitt Someone wanted me to pay with Venmo which I also have never used. Sorry, but I don't want to add more apps today. Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. And judging by [their range of products](https://www.thewoodveneerhub.ca/) they aren't a small company. In any case, after pricing out what we wanted ($800+) and failing to get an alternate payment option we decided to invest in a … Re: How NOT to do business online Digital Media Digital Marketing by Dani > I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. According to their about us page, it’s a family owned business run by a guy named Lawrence who has been in the industry since the 1970s but just started his own business in the 2000s. Which fits the profile I had laid out. (Eg … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim Fair enough. Re: ORDER BY Multiple Columns Programming Databases by nav33n Order by multiple columns work this way. For example,… is, [code=php] $query = "select * from table order by field2,field3,field4"; [/code] the result would be…. Then it sorts field3 maintaining the order of field2. Then maintaining the order of field2 and field3, it sorts …sort your records, it will sort in ascending order by default. Re: order by month Programming Databases by drjohn order by is ordering it in alphabetical order in your opening post. that's why you need a different approach, using the date data type and then getting at the year and month. (which are stored as numbers) Order by name Programming Web Development by sam1 … have this script, which i want to order by name. but when i say order by name asc at the end i… ORDER BY Programming Databases by filch … to sort by a.airport_name but every time I add ORDER BY a.airport_name ASC to the end of this query… load the page. Is there an issue with adding and ORDER BY to the end of this statement or should it… Order by Programming Databases by Pgmer Hi All, I have column which consist of data like AB1 AB2 AC3 AD5 AB1 AB2 When i do order by this coulumn, its not ordering properly. It should order like AB1 AB1 AB2 AB2 AC3 AD5 Thanks Re: order by.... Programming Databases by fleetwood [QUOTE=xibnoe;301203]i have a fied (book_number), the value is "aaa.bbbb.cccc.ddd", How can i sort the result order only by "bbbb" and ignore a, c, and d. thanks[/QUOTE] Try using the SUBSTRING() function in the ORDER BY Re: Order by name Programming Web Development by almostbob … the exact error message and where did you put the order by clause in this code Re: ORDER BY Programming Databases by almostbob … title t on t.title_id = u.usr_title where airportcode = '%s' order by airport asc, $apcode[/CODE] Re: ORDER BY Programming Databases by filch … title t on t.title_id = u.usr_title where airportcode = '%s' order by airport asc, $apcode[/CODE][/QUOTE] This has it. It… Re: Order by Programming Databases by debasisdas if the format is always same, order by last character. Re: Order by Programming Databases by Pgmer Hi debasis, Thanks for reply.. The format is not same some times the data will be like AB1A AB2B I think we cannot include this column in order by. Any idea or suggestions? Thanks Re: Order by Programming Databases by adam_k I think you are looking for [CODE] order by left(column_name,1),substring(column_name,2,1),substring(column_name,3,1)[/CODE] order by.... Programming Databases by xibnoe i have a fied (book_number), the value is "aaa.bbbb.cccc.ddd", How can i sort the result order only by "bbbb" and ignore a, c, and d. thanks Order system Programming Software Development by lmkamvazina … specifications are these: The task is to create a customer order system for an oil company who sells oil products to… Order BY Null values Last Programming Software Development by VIPER5646 … column name is closing. I would like to do an order by closing asc the null values are allways on top… As String = "SELECT * FROM " & Filter & " order by case when Closing is null then 1 else 0…