Posts by Raphael Marcelo • 11 points
2 posts
- 
		0 votes1 answer497 viewsA: Excel and SQL - Connection between Excel fileYou need to put simple quotes when it comes to characters, with numbers you don’t need as you have already done the test yourself. Try to put it this way: "FROM [SALES$] WHERE [SALES$]. [Seller] =… 
- 
		1 votes1 answer279 viewsA: window.history.pushStateThe function of window.history.back() is to just go back 1 page, to go back more should use the window.historygo.(-"number of pages returned") Take a look at that answer, the situation is similar to…